home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO023.dsk / INE.bas < prev    next >
BASIC Source File  |  2012-02-16  |  650b  |  16 lines

  1. 0  TEXT : HOME 
  2. 40  PRINT : PRINT : PRINT 
  3. 50  PRINT "Isaac Newton was an English physicist   who, despite popular belief, was never  hit on the head by an apple."
  4. 51  PRINT : PRINT : PRINT 
  5. 52  GOSUB 102
  6. 60  PRINT "His great contribution to science was   the formulation of three laws that      describe the workings of the mechanical universe."
  7. 61  PRINT : PRINT : PRINT 
  8. 62  GOSUB 102
  9. 70  PRINT "This program will introduce you to an   important aspect of NEWTON'S FIRST LAW."
  10. 71  PRINT : PRINT : PRINT 
  11. 72  GOSUB 102
  12. 80  PRINT "Press any key to begin."
  13. 82  GET KY$
  14. 84  PRINT  CHR$(4);"run sample"
  15. 100  END 
  16. 102  FOR I = 0 TO 5000: NEXT I: RETURN